From: Glenn Morris Date: Thu, 7 Jun 2007 07:47:00 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18563 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=19e4544ff06e422f7dc0b285f794c9099e92b586;p=emacs.git Fix typo in previous change. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index aa5fda39396..f3534e02d7c 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -888,7 +888,7 @@ static void print_version () { /* Makes it easier to update automatically. */ - char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc." + char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."; printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); puts (emacs_copyright);